Display Config Or Builder
Functions
Link copied to clipboard
Automatically toggles to the next page on the screen like a carousel, based the specified interval in seconds.
Potentially useful for devices without user buttons.
Content copied to clipboard
uint32 auto_screen_carousel_secs = 3;
Link copied to clipboard
If this is set, the displayed compass will always point north. if unset, the old behaviour
(top of display is heading direction) is used.
Content copied to clipboard
bool compass_north_top = 4 [deprecated = true];
Link copied to clipboard
Indicates how to rotate or invert the compass output to accurate display on the display.
Content copied to clipboard
.meshtastic.Config.DisplayConfig.CompassOrientation compass_orientation = 11;
Link copied to clipboard
Indicates how to rotate or invert the compass output to accurate display on the display.
Content copied to clipboard
.meshtastic.Config.DisplayConfig.CompassOrientation compass_orientation = 11;
Link copied to clipboard
Display Mode
Content copied to clipboard
.meshtastic.Config.DisplayConfig.DisplayMode displaymode = 8;
Link copied to clipboard
Display Mode
Content copied to clipboard
.meshtastic.Config.DisplayConfig.DisplayMode displaymode = 8;
Link copied to clipboard
Flip screen vertically, for cases that mount the screen upside down
Content copied to clipboard
bool flip_screen = 5;
Link copied to clipboard
Deprecated in 2.7.4: Unused
How the GPS coordinates are formatted on the OLED screen.
Content copied to clipboard
.meshtastic.Config.DisplayConfig.GpsCoordinateFormat gps_format = 2 [deprecated = true];
Link copied to clipboard
Deprecated in 2.7.4: Unused
How the GPS coordinates are formatted on the OLED screen.
Content copied to clipboard
.meshtastic.Config.DisplayConfig.GpsCoordinateFormat gps_format = 2 [deprecated = true];
Link copied to clipboard
Print first line in pseudo-bold? FALSE is original style, TRUE is bold
Content copied to clipboard
bool heading_bold = 9;
Link copied to clipboard
Override auto-detect in screen
Content copied to clipboard
.meshtastic.Config.DisplayConfig.OledType oled = 7;
Link copied to clipboard
Override auto-detect in screen
Content copied to clipboard
.meshtastic.Config.DisplayConfig.OledType oled = 7;
Link copied to clipboard
Number of seconds the screen stays on after pressing the user button or receiving a message
0 for default of one minute MAXUINT for always on
Content copied to clipboard
uint32 screen_on_secs = 1;
Link copied to clipboard
Perferred display units
Content copied to clipboard
.meshtastic.Config.DisplayConfig.DisplayUnits units = 6;
Link copied to clipboard
Perferred display units
Content copied to clipboard
.meshtastic.Config.DisplayConfig.DisplayUnits units = 6;
Link copied to clipboard
If false (default), the device will display the time in 24-hour format on screen.
If true, the device will display the time in 12-hour format on screen.
Content copied to clipboard
bool use_12h_clock = 12;
Link copied to clipboard
Should we wake the screen up on accelerometer detected motion or tap
Content copied to clipboard
bool wake_on_tap_or_motion = 10;